Type Alias GstVulkan Handle Destroy Notify 
Source pub type GstVulkanHandleDestroyNotify = Option<unsafe extern "C" fn(*mut GstVulkanHandle, gpointer)>;Aliased Type§
pub enum GstVulkanHandleDestroyNotify {
    None,
    Some(unsafe extern "C" fn(*mut GstVulkanHandle, *mut c_void)),
}