pub unsafe extern "C" fn xQueueGenericCreate(
    uxQueueLength: u32,
    uxItemSize: u32,
    ucQueueType: u8
) -> *mut QueueDefinition