Function netcdf_sys::NC_RO_put_att

source ·
pub unsafe extern "C" fn NC_RO_put_att(
    ncid: c_int,
    varid: c_int,
    name: *const c_char,
    datatype: nc_type,
    len: usize,
    value: *const c_void,
    _: nc_type
) -> c_int
Available on crate feature 4.8.0 only.