pub type BrowseControllerExtSendRawBrowseCommandResult = Result<Vec<u8>, BrowseControllerError>;
enum BrowseControllerExtSendRawBrowseCommandResult { Ok(Vec<u8>), Err(BrowseControllerError), }
Contains the success value
Contains the error value