pub fn marshal_ref_to_vec( node: &NodeRef<'_>, output: &mut Vec<u8>, ) -> Result<()>
Serialize a borrowed node directly into a Vec<u8> using the fast vec writer path.
Vec<u8>