unsafe fn erased_send_fn_once<F, R>( f: F, ) -> impl FnOnce() -> Payload + Send + 'staticwhere F: FnOnce() -> R + Send,