pub unsafe extern "C" fn rmutex_unlock(rmutex: *mut rmutex_t)
@brief Unlocks the recursive mutex.
@param[in] rmutex Recursive mutex object to unlock, must not be NULL.