pub type clCreateSemaphoreWithPropertiesKHR_t = Option<unsafe extern "C" fn(context: cl_context, sema_props: *const cl_semaphore_properties_khr, errcode_ret: *mut cl_int) -> cl_semaphore_khr>;Aliased Type§
pub enum clCreateSemaphoreWithPropertiesKHR_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *const u64, *mut i32) -> *mut c_void),
}