pub unsafe extern "C" fn GDALCreateReprojectionTransformerEx(
    hSrcSRS: OGRSpatialReferenceH,
    hDstSRS: OGRSpatialReferenceH,
    papszOptions: *const *const c_char
) -> *mut c_void