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