pub unsafe extern "C" fn xQueueCRReceive(
    xQueue: *mut QueueDefinition,
    pvBuffer: *mut c_void,
    xTicksToWait: u32
) -> i32