pub unsafe extern "C" fn proj_context_set_fileapi(
    ctx: *mut PJ_CONTEXT,
    fileapi: *const PROJ_FILE_API,
    user_data: *mut c_void
) -> c_int