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