pub type GstVulkanImageMemoryFindViewFunc = Option<unsafe extern "C" fn(*mut GstVulkanImageView, gpointer) -> gboolean>;Aliased Type§
pub enum GstVulkanImageMemoryFindViewFunc {
None,
Some(unsafe extern "C" fn(*mut GstVulkanImageView, *mut c_void) -> i32),
}