pub fn write_root( dataset: &PyDataset, path: Bound<'_, PyAny>, tree: Option<String>, chunk_size: Option<usize>, precision: &str, ) -> PyResult<()>
Write a Dataset to a ROOT file using the oxyroot backend.