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