GDALCreateWarpedVRT

Function GDALCreateWarpedVRT 

Source
pub unsafe extern "C" fn GDALCreateWarpedVRT(
    hSrcDS: GDALDatasetH,
    nPixels: c_int,
    nLines: c_int,
    padfGeoTransform: *const f64,
    psOptions: *mut GDALWarpOptions,
) -> GDALDatasetH