pub fn lock<P>(file_path: &LockPath<P>) -> Result<LockGuard, Error>where P: AsRef<Path>,
Locks the file in a blocking manner.
Propagates any std::io::Errors caused by opening / locking the file.
std::io::Error