pub type SupplicantStaIfaceGetFactoryMacAddressResult = Result<[u8; 6], i32>;
pub enum SupplicantStaIfaceGetFactoryMacAddressResult { Ok([u8; 6]), Err(i32), }
Contains the success value
Contains the error value