macro_rules! impl_cookie_extractor {
    ($struct:ident, $orig_struct:ident, $cookie_str:literal) => { ... };
}