pub type DeviceGetEssentialParamsResult = Result<[u8; 48], i32>;
enum DeviceGetEssentialParamsResult { Ok([u8; 48]), Err(i32), }
Contains the success value
Contains the error value