pub async fn pay_bolt11_invoice_handler<E>( __arg0: State<UiState<DynGatewayApi<E>>>, _auth: UserAuth, __arg2: Form<PayInvoiceForOperatorPayload>, ) -> Html<String>where E: Display,