pub unsafe extern "C" fn vmmin(
n: c_int,
b: *mut f64,
Fmin: *mut f64,
fn_: optimfn,
gr: optimgr,
maxit: c_int,
trace: c_int,
mask: *mut c_int,
abstol: f64,
reltol: f64,
nREPORT: c_int,
ex: *mut c_void,
fncount: *mut c_int,
grcount: *mut c_int,
fail: *mut c_int,
)