pub type clSVMAllocARM_t = Option<unsafe extern "C" fn(context: cl_context, flags: cl_svm_mem_flags_arm, size: size_t, alignment: cl_uint) -> *mut c_void>;Aliased Type§
pub enum clSVMAllocARM_t {
None,
Some(unsafe extern "C" fn(*mut c_void, u64, usize, u32) -> *mut c_void),
}