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