Macro impl_write_hook

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