pub type clSetCommandQueueProperty_t = Option<unsafe extern "C" fn(*mut c_void, u64, u32, *mut u64) -> i32>;
pub enum clSetCommandQueueProperty_t { None, Some(unsafe extern "C" fn(*mut c_void, u64, u32, *mut u64) -> i32), }
No value.
Some value of type T.
T