pub unsafe extern "C" fn xQueueCreateMutex(
    ucQueueType: u8
) -> QueueHandle_t
Expand description

For internal use only. Use xSemaphoreCreateMutex(), xSemaphoreCreateCounting() or xSemaphoreGetMutexHolder() instead of calling these functions directly.