pub type msf_t = msf_s;
#[repr(C, packed(1))]pub struct msf_t { pub m: u8, pub s: u8, pub f: u8, }
m: u8
s: u8
f: u8