CMSimpleQueueCreate

Function CMSimpleQueueCreate 

Source
pub unsafe extern "C-unwind" fn CMSimpleQueueCreate(
    allocator: Option<&CFAllocator>,
    capacity: i32,
    queue_out: NonNull<*mut CMSimpleQueue>,
) -> i32
👎Deprecated: renamed to CMSimpleQueue::create
Available on crate feature CMSimpleQueue only.