Function guard_lock

pub(in ::sync::poison) fn guard_lock<'a, T: ?Sized>(guard: &MutexGuard<'a, T>) -> &'a Mutex

For use in nonpoison::condvar.