Function netcdf_sys::nc_get_vara

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