pub unsafe extern "C" fn GDALGetDataCoverageStatus(
    hBand: GDALRasterBandH,
    nXOff: c_int,
    nYOff: c_int,
    nXSize: c_int,
    nYSize: c_int,
    nMaskFlagStop: c_int,
    pdfDataPct: *mut f64
) -> c_int