pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn()>;
pub enum PFN_vkInternalAllocationNotification { None, Some(unsafe extern "system" fn()), }
No value.
Some value of type T.
T