pub fn wrap_error<E>(error: E, message: impl Into<String>) -> RokErrorwhere E: Error + Send + Sync + 'static,