pub unsafe extern "C" fn xQueueSemaphoreTake(
    xQueue: QueueHandle_t,
    xTicksToWait: TickType_t
) -> BaseType_t