pub fn route_payment<'a, 'b, 'c>(
    origin_node: &Node<'a, 'b, 'c>,
    expected_route: &[&Node<'a, 'b, 'c>],
    recv_value: u64,
) -> (PaymentPreimage, PaymentHash, PaymentSecret, PaymentId)