pub fn _reload_node<'a, 'b, 'c>(
    node: &'a Node<'a, 'b, 'c>,
    default_config: UserConfig,
    chanman_encoded: &[u8],
    monitors_encoded: &[&[u8]],
) -> ChannelManager<&'b TestChainMonitor<'c>, &'c TestBroadcaster, &'b TestKeysInterface, &'b TestKeysInterface, &'b TestKeysInterface, &'c TestFeeEstimator, &'b TestRouter<'c>, &'c TestLogger>