pub type LoopRoutine = Box<dyn FnMut() + Send>;
Reserved type alias for a synchronous loop callback (currently unused).
pub struct LoopRoutine(/* private fields */);