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