pub fn create_white_out<F>( fs: &F, path: impl AsRef<Path>, ) -> Result<(), FsError>where F: FileSystem + ?Sized,
Creates a white out file which hides it from secondary file systems