pub type PFN_vkSetEvent = Option<unsafe extern "C" fn(device: VkDevice, event: VkEvent) -> VkResult>;
pub enum PFN_vkSetEvent { None, Some(unsafe extern "C" fn(Handle<DeviceT>, Handle<EventT>) -> VkResult), }
No value.
Some value of type T.
T