macro_rules! impl_write_hook { ( ($fn: expr) ( $socket:expr, $($arg: expr),* $(,)* ), $timeout:expr ) => { ... }; }