pub unsafe extern "C" fn GDALCreateGCPRefineTransformer(
    nGCPCount: c_int,
    pasGCPList: *const GDAL_GCP,
    nReqOrder: c_int,
    bReversed: c_int,
    tolerance: f64,
    minimumGcps: c_int
) -> *mut c_void