pub unsafe extern "C" fn nc_inq_compound_field(
    ncid: c_int,
    xtype: nc_type,
    fieldid: c_int,
    name: *mut c_char,
    offsetp: *mut usize,
    field_typeidp: *mut nc_type,
    ndimsp: *mut c_int,
    dim_sizesp: *mut c_int
) -> c_int