Function netcdf_sys::NC_RO_def_var

source ·
pub unsafe extern "C" fn NC_RO_def_var(
    ncid: c_int,
    name: *const c_char,
    xtype: nc_type,
    ndims: c_int,
    dimidsp: *const c_int,
    varidp: *mut c_int
) -> c_int
Available on crate feature 4.8.0 only.