pub unsafe extern "C" fn xQueueCreateMutexStatic(
    ucQueueType: u8,
    pxStaticQueue: *mut StaticQueue_t
) -> QueueHandle_t