#[unsafe(no_mangle)]pub unsafe extern "C" fn pardiso(
pt: *mut *mut c_void,
maxfct: *const c_int,
mnum: *const c_int,
mtype: *const c_int,
phase: *const c_int,
n: *const c_int,
a: *const c_float,
ia: *const c_int,
ja: *const c_int,
perm: *mut c_int,
nrhs: *const c_int,
iparm: *mut c_int,
msglvl: *const c_int,
b: *mut c_float,
x: *mut c_float,
error: *mut c_int,
)