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