Unlocks the lock and returns a reference to the lock.
impl<'a> LockGuard<'a> { fn unlock(self) -> &'a Lock }