pub unsafe fn create_pool(
    allocator: Allocator,
    create_info: &PoolCreateInfo
) -> VkResult<Pool>