pub unsafe extern "C" fn nc_get_vara_ushort(
    ncid: c_int,
    varid: c_int,
    startp: *const usize,
    countp: *const usize,
    ip: *mut c_ushort
) -> c_int