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