Function netcdf_sys::nc_put_vara

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