pub type clIcdGetFunctionAddressForPlatformKHR_t = Option<unsafe extern "C" fn(platform: cl_platform_id, func_name: *const c_char) -> *mut c_void>;Aliased Type§
pub enum clIcdGetFunctionAddressForPlatformKHR_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *const i8) -> *mut c_void),
}