pub type clSVMAllocARM_fn = clSVMAllocARM_t;
pub enum clSVMAllocARM_fn { None, Some(unsafe extern "C" fn(*mut c_void, u64, usize, u32) -> *mut c_void), }
No value.
Some value of type T.
T