Unlocks the mutex and returns a reference to it.
impl<'a, T> MutexGuard<'a, T> { fn unlock(self) -> &'a Mutex<T> }