pub fn send_packet<'h, S>(
    phy: &'h WlantapPhyProxy,
    rx_info: WlanRxInfo
) -> impl Handler<S, TxArgs, Output = ActionResult> + 'h
where S: 'h,