pub unsafe extern "C" fn CPXchgmipstarts(
env: CPXCENVptr,
lp: CPXLPptr,
mcnt: c_int,
mipstartindices: *const c_int,
nzcnt: c_int,
beg: *const c_int,
varindices: *const c_int,
values: *const f64,
effortlevel: *const c_int,
) -> c_int