Function netcdf_sys::nc_get_att_float

source ·
pub unsafe extern "C" fn nc_get_att_float(
    ncid: c_int,
    varid: c_int,
    name: *const c_char,
    ip: *mut c_float
) -> c_int