pub unsafe fn map_memory(
    allocator: Allocator,
    allocation: Allocation
) -> VkResult<*mut c_void>