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