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