pub fn to_file_xml<P, T>(path: P, value: &T) -> Result<(), Error>where P: AsRef<Path>, T: Serialize,
Serializes the given data structure to a file as an XML encoded plist.