Function netcdf_sys::nc_get_vara_uchar

source ·
pub unsafe extern "C" fn nc_get_vara_uchar(
    ncid: c_int,
    varid: c_int,
    startp: *const usize,
    countp: *const usize,
    ip: *mut c_uchar
) -> c_int