pub unsafe fn create_device(
physical_device: VkPhysicalDevice,
create_info: *const VkDeviceCreateInfo,
allocator: *const VkAllocationCallbacks,
device_out: *mut VkDevice,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.