pub type udf_charspec_t = udf_charspec_s;
struct udf_charspec_t { pub charset_type: u8, pub charset_info: [u8; 63], }
charset_type: u8
charset_info: [u8; 63]