Function netcdf_sys::ncattput

source ·
pub unsafe extern "C" fn ncattput(
    ncid: c_int,
    varid: c_int,
    name: *const c_char,
    xtype: nc_type,
    len: c_int,
    op: *const c_void
) -> c_int