//! A stub for Ctrl + C handling. pub fn interrupted() -> bool { false } pub fn unset_interrupted() {} pub fn set_handler() {}