pub type EapAttribute = EAP_ATTRIBUTE;
#[repr(C)]pub struct EapAttribute { pub eaType: u32, pub dwLength: u32, pub pValue: *mut u8, }
eaType: u32
dwLength: u32
pValue: *mut u8