pub type PFN_vkFreeFunction = Option<unsafe extern "system" fn(*mut c_void, *mut c_void)>;
https://www.khronos.org/registry/vulkan/specs/latest/man/html/PFN_vkFreeFunction.html
pub enum PFN_vkFreeFunction { None, Some(unsafe extern "system" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T