pub unsafe extern "C" fn GDALMDArrayGetResampled(
    hArray: GDALMDArrayH,
    nNewDimCount: usize,
    pahNewDims: *const GDALDimensionH,
    resampleAlg: Type,
    hTargetSRS: OGRSpatialReferenceH,
    papszOptions: CSLConstList
) -> GDALMDArrayH