pub type PFN_vkCreateCommandPool = unsafe extern "system" fn(device: Device, p_create_info: *const CommandPoolCreateInfo<'_>, p_allocator: *const AllocationCallbacks<'_>, p_command_pool: *mut CommandPool) -> Result;