pub unsafe extern "C" fn rmutex_lock(rmutex: *mut rmutex_t)
@brief Locks a recursive mutex, blocking.
@param[in] rmutex Recursive mutex object to lock. Has to be initialized first. Must not be NULL.