pub async fn check_processing( response: Response, authentication: &impl Authentication, f: Option<impl Fn(i64, &Response, &Headers) -> Result<(), Error>>, twapi_options: Option<&TwapiOptions>, ) -> Result<(), Error>