pub async fn fs_write_with_permission<P: AsRef<Path>, C: AsRef<[u8]>>( path: P, contents: C, mode: u32, ) -> Result<()>