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