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