pub type clRetainDeviceEXT_t = Option<unsafe extern "C" fn(device: cl_device_id) -> cl_int>;
pub enum clRetainDeviceEXT_t { None, Some(unsafe extern "C" fn(*mut c_void) -> i32), }
No value.
Some value of type T.
T