macro_rules! header_value_to_str {
    ($header_value:expr) => { ... };
}