pub unsafe extern "C" fn GDALAutoCreateWarpedVRT(
    hSrcDS: GDALDatasetH,
    pszSrcWKT: *const c_char,
    pszDstWKT: *const c_char,
    eResampleAlg: Type,
    dfMaxError: f64,
    psOptions: *const GDALWarpOptions
) -> GDALDatasetH