pub fn metadata_section( input: &str, ) -> IResult<&str, Vec<(&str, NodeValue<'_>)>>
MetadataSection = *(MetadataStatement)