pub unsafe extern "C" fn CPXgetsolnpoolx(
    env: CPXCENVptr,
    lp: CPXCLPptr,
    soln: c_int,
    x: *mut f64,
    begin: c_int,
    end: c_int
) -> c_int