pub type ANSI_STRING = _STRING;
#[repr(C)]pub struct ANSI_STRING { pub Length: u16, pub MaximumLength: u16, pub Buffer: *mut i8, }
Length: u16
MaximumLength: u16
Buffer: *mut i8