pub unsafe extern "C" fn GRBgetconstrbyname(
    model: *mut GRBmodel,
    name: c_str,
    constrnumP: *mut c_int
) -> c_int