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