pub type clCreateProgramWithILKHR_t = Option<unsafe extern "C" fn(context: cl_context, il: *const c_void, length: size_t, errcode_ret: *mut cl_int) -> cl_program>;Aliased Type§
pub enum clCreateProgramWithILKHR_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *const c_void, usize, *mut i32) -> *mut c_void),
}