pub fn set_once<F, M>(f: F)where F: FnOnce() -> M, M: PresentationMode + 'static + Send + Sync,
Set the panic hook and ensure it is only set once.