pub unsafe fn sync() -> Result<(), i32> ⓘ
dep_nc
Commit filesystem caches to disk.
let ret = unsafe { nc::sync() }; assert!(ret.is_ok());