pub unsafe extern "C" fn CPXmultiobjgetdblinfo(
    env: CPXCENVptr,
    lp: CPXCLPptr,
    subprob: c_int,
    info_p: *mut f64,
    what: c_int
) -> c_int