pub unsafe extern "C" fn xQueueCRReceiveFromISR(
    xQueue: *mut QueueDefinition,
    pvBuffer: *mut c_void,
    pxTaskWoken: *mut i32
) -> i32