pub type sd_id128_t = sd_id128;
#[repr(C)]pub union sd_id128_t { pub bytes: [u8; 16], pub qwords: [u64; 2], }
bytes: [u8; 16]
qwords: [u64; 2]