pub unsafe fn allocate_memory_pages(
    allocator: Allocator,
    memory_requirements: &MemoryRequirements,
    create_info: &AllocationCreateInfo,
    allocation_count: usize
) -> VkResult<(Allocation, AllocationInfo)>