Returns #t if obj is a mutex, otherwise returns #f.
(mutex? (make-mutex)) ==> #t (mutex? 'foo) ==> #f