pub unsafe fn create_allocator(
    instance: &Instance,
    physical_device: PhysicalDevice,
    device: &Device,
    allocator_create_info: Option<&AllocatorCreateInfo>
) -> VkResult<Allocator>