pub unsafe fn raw_file_downgrade(f: &File, off: usize, len: usize) -> Result<()>
Downgrades a file lock from exclusive to shared.
This does not guarantee that an exclusive lock is already held.