macro_rules! parse_socket_impl {
    (
        $(#[$attr:meta])*
        $ty:ty, $expecting:tt,
        $new:expr,
    ) => { ... };
}