pub fn easy_flock( file: &mut File, exclusive: bool, nonblock: bool, ) -> Result<Option<FlockGuard<'_>>, Errno>