pub type WlanSoftmacBaseQuerySecuritySupportResult = Result<SecuritySupport, i32>;
pub enum WlanSoftmacBaseQuerySecuritySupportResult { Ok(SecuritySupport), Err(i32), }
Contains the success value
Contains the error value