macro_rules! enc_func { (|$enc:ident : &mut EncodingWriter| $block:block) => { ... }; }
Generate a think implementing EncodableInHeader from an function.
EncodableInHeader
(Mainly used in the inside of tests.)