pub unsafe extern "C" fn GDALCreateGeoLocTransformer(
    hBaseDS: GDALDatasetH,
    papszGeolocationInfo: *mut *mut c_char,
    bReversed: c_int
) -> *mut c_void