macro_rules! register_send {
    ($manager:ident , [$($packet:ty),*]) => { ... };
    ($manager:ident , $($packet:ty),*) => { ... };
}