pub fn register_callback<F>(f: F)
where F: Fn() + Send + 'static,