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