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