winapi_comm/
def.rs

1pub type WORD = std::os::raw::c_ushort;
2pub type DWORD = std::os::raw::c_uint;
3pub type BYTE = std::os::raw::c_uchar;
4pub type LONG = std::os::raw::c_ulong;
5pub type ULONGLONG = std::os::raw::c_ulonglong;
6pub type CHAR = u8;