pub type RequestDeviceCallback = Box<dyn FnMut(RequestDeviceStatus, Option<Device>, String) + Send + 'static>;
pub struct RequestDeviceCallback(/* private fields */);