fn serialize_optional_status_code<S>( status: &Option<StatusCode>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,