pub type DeviceLostClosure = Box<dyn FnOnce(DeviceLostReason, String) + Send + 'static>;
send_sync
pub struct DeviceLostClosure(/* private fields */);