pub fn set_printerr_handler<P>(func: P)where P: Fn(&str) + Send + Sync + 'static,
To set back the default print handler, use the unset_printerr_handler function.
unset_printerr_handler