Function gdal_sys::GDALMDArrayRead

source ·
pub unsafe extern "C" fn GDALMDArrayRead(
    hArray: GDALMDArrayH,
    arrayStartIdx: *const GUInt64,
    count: *const usize,
    arrayStep: *const GInt64,
    bufferStride: *const GPtrDiff_t,
    bufferDatatype: GDALExtendedDataTypeH,
    pDstBuffer: *mut c_void,
    pDstBufferAllocStart: *const c_void,
    nDstBufferllocSize: usize
) -> c_int