```rust static MUTEX: Mutex; critical_section::with(|cs| { let ref1 = MUTEX.borrow(); let ref2 = MUTEX.borrow(); })