pub type OEM_STRING = STRING;
struct OEM_STRING { pub Length: u16, pub MaximumLength: u16, pub Buffer: *mut i8, }
Length: u16
MaximumLength: u16
Buffer: *mut i8
source