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