Function easy_flock_blocking

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