pub unsafe extern "C" fn dr_mutex_trylock(mutex: *mut c_void) -> bool_
Tries once to lock \p mutex and returns whether or not successful.