pub fn marshal_to_vec(node: &Node, output: &mut Vec<u8>) -> Result<()>
Serialize an owned node directly into a Vec<u8> using the fast vec writer path.
Vec<u8>