pub type GstVulkanTrashNotify = Option<unsafe extern "C" fn(*mut GstVulkanDevice, gpointer)>;
pub enum GstVulkanTrashNotify { None, Some(unsafe extern "C" fn(*mut GstVulkanDevice, *mut c_void)), }
No value.
Some value of type T.
T