GDALCreateReprojectionTransformer

Function GDALCreateReprojectionTransformer 

Source
pub unsafe extern "C" fn GDALCreateReprojectionTransformer(
    pszSrcWKT: *const c_char,
    pszDstWKT: *const c_char,
) -> *mut c_void