Turns the mutex-guard into the underlying lock-guard.
impl<'a, T> MutexGuard<'a, T> { fn into_lock_guard(self) -> LockGuard<'a> }