pub unsafe extern "C" fn nc_inq_type_equal(
    ncid1: c_int,
    typeid1: nc_type,
    ncid2: c_int,
    typeid2: nc_type,
    equal: *mut c_int
) -> c_int