pub unsafe extern "C" fn vmcPowx(
    n: c_int,
    a: *const MKL_Complex8,
    b: MKL_Complex8,
    r: *mut MKL_Complex8,
    mode: c_longlong
)