pub fn send_scan_completion<'h, S>(
    phy: &'h WlantapPhyProxy,
    status: i32
) -> impl Handler<S, StartScanArgs, Output = ActionResult> + 'h
where S: 'h,