pub fn locked_write( path: impl AsRef<Path>, contents: impl AsRef<[u8]>, ) -> Result<()>
Writes all content in an exclusive locked file.