param_descrs_inc_ref method
\brief Increment the reference counter of the given parameter description set.
def_API('Z3_param_descrs_inc_ref', VOID, (_in(CONTEXT), _in(PARAM_DESCRS)))
Implementation
void param_descrs_inc_ref(
Z3_context c,
Z3_param_descrs p,
) {
return _param_descrs_inc_ref(
c,
p,
);
}