Function netcdf_sys::NC_NOTNC3_get_varm

source ·
pub unsafe extern "C" fn NC_NOTNC3_get_varm(
    ncid: c_int,
    varid: c_int,
    start: *const usize,
    edges: *const usize,
    stride: *const isize,
    imapp: *const isize,
    value0: *mut c_void,
    memtype: nc_type
) -> c_int
Available on crate feature 4.8.0 only.