ms_dtyp 0.0.3

Data types of [MS-DTYP] (incomplete)
Documentation
1
2
3
4
5

pub type byte = u8;
    
/// typedef unsigned short wchar_t;
pub type wchar_t = u16;