pub fn claim_payment<'a, 'b, 'c>(
    origin_node: &Node<'a, 'b, 'c>,
    expected_route: &[&Node<'a, 'b, 'c>],
    our_payment_preimage: PaymentPreimage,
)