pub type udf_charspec_t = udf_charspec_s;
#[repr(C, packed(1))]pub struct udf_charspec_t { pub charset_type: u8, pub charset_info: [u8; 63], }
charset_type: u8
charset_info: [u8; 63]