pub type cgemm_jit_kernel_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut MKL_Complex8, arg3: *mut MKL_Complex8, arg4: *mut MKL_Complex8)>;Aliased Type§
pub enum cgemm_jit_kernel_t {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut _MKL_Complex8, *mut _MKL_Complex8, *mut _MKL_Complex8)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut _MKL_Complex8, *mut _MKL_Complex8, *mut _MKL_Complex8))
Some value of type T.