pub type clCancelCommandsIMG_t = Option<unsafe extern "C" fn(event_list: *const cl_event, num_events_in_list: usize) -> cl_int>;Aliased Type§
pub enum clCancelCommandsIMG_t {
None,
Some(unsafe extern "C" fn(*const *mut c_void, usize) -> i32),
}