macro_rules! expand_custom_option {
    ($(impl Custom for Option<$fname:ident> ($func:ident, $extract:ident, $default: expr))*) => { ... };
}