pub unsafe extern "C" fn nc_get_att_short(
    ncid: c_int,
    varid: c_int,
    name: *const c_char,
    ip: *mut c_short
) -> c_int