pub fn write_yaml(
    output: &str,
    yaml: &BTreeMap<String, Value>
) -> Result<(), Error>