pub unsafe extern "C" fn CPXgetindconstr(
env: CPXCENVptr,
lp: CPXCLPptr,
indvar_p: *mut c_int,
complemented_p: *mut c_int,
nzcnt_p: *mut c_int,
rhs_p: *mut f64,
sense_p: *mut c_char,
linind: *mut c_int,
linval: *mut f64,
space: c_int,
surplus_p: *mut c_int,
which: c_int,
) -> c_int