pub type PFN_vkCmdSetCheckpointNV = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pCheckpointMarker: *const c_void)>;Aliased Type§
pub enum PFN_vkCmdSetCheckpointNV {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const c_void)),
}