Function gdal_sys::GDALBeginAsyncReader[][src]

pub unsafe extern "C" fn GDALBeginAsyncReader(
    hDS: GDALDatasetH,
    nXOff: c_int,
    nYOff: c_int,
    nXSize: c_int,
    nYSize: c_int,
    pBuf: *mut c_void,
    nBufXSize: c_int,
    nBufYSize: c_int,
    eBufType: Type,
    nBandCount: c_int,
    panBandMap: *mut c_int,
    nPixelSpace: c_int,
    nLineSpace: c_int,
    nBandSpace: c_int,
    papszOptions: CSLConstList
) -> GDALAsyncReaderH