pub unsafe extern "C" fn GDALRATValuesIOAsDouble(
    hRAT: GDALRasterAttributeTableH,
    eRWFlag: Type,
    iField: c_int,
    iStartRow: c_int,
    iLength: c_int,
    pdfData: *mut f64
) -> Type