pub type InterruptHandler = Box<dyn FnMut() -> bool + Send>;
parallel
The type of the interrupt handler.
pub struct InterruptHandler(/* private fields */);