pub fn header_type_mismatch<S1, S2, S3>(
    name: S1,
    expected: S2,
    found: S3
) -> MessageFormatError where
    S1: Into<String>,
    S2: Into<String>,
    S3: Into<String>,