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