pub fn write_cgroup_file<P: AsRef<Path>, T: ToString>( path: P, data: T, ) -> Result<(), WrappedIoError>