pub unsafe extern "C" fn vzMul(
    n: c_int,
    a: *const MKL_Complex16,
    b: *const MKL_Complex16,
    r: *mut MKL_Complex16
)