pub type PFN_vkFreeFunction = Option<unsafe extern "system" fn(pUserData: *mut c_void, pMemory: *mut c_void)>;
pub enum PFN_vkFreeFunction { None, Some(unsafe extern "system" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T