pub type clCreateImage_fn = Option<unsafe extern "C" fn(*mut c_void, u64, *const cl_image_format, *const cl_image_desc, *mut c_void, *mut i32) -> *mut c_void>;Aliased Type§
pub enum clCreateImage_fn {
None,
Some(unsafe extern "C" fn(*mut c_void, u64, *const cl_image_format, *const cl_image_desc, *mut c_void, *mut i32) -> *mut c_void),
}