Function gdal_sys::GDALRasterAdviseRead[][src]

pub unsafe extern "C" fn GDALRasterAdviseRead(
    hRB: GDALRasterBandH,
    nDSXOff: c_int,
    nDSYOff: c_int,
    nDSXSize: c_int,
    nDSYSize: c_int,
    nBXSize: c_int,
    nBYSize: c_int,
    eBDataType: Type,
    papszOptions: CSLConstList
) -> Type