pub type QueuePtr = NonNull<()>;
Pointer to an opaque queue created by the driver implementation.
pub struct QueuePtr { /* private fields */ }