pub fn set_user_log_handler_fn<F>( callback: Option<F>, options: Option<LogOptions>, )where F: Fn(LogCallbackParams) + Send + Sync + 'static,