Function regorust::regoInputValidate
source ยท pub unsafe extern "C" fn regoInputValidate(
input: *mut regoInput,
) -> regoEnumExpand description
@brief Validates the input object. @details This function should be called after building the input object and before using it with ::regoSetInput. This function will ensure that the input object is valid (e.g. that there is exactly one value on the stack and there were no errors during construction). @param input The input object. @return REGO_OK if the input is valid, REGO_ERROR_INPUT_* otherwise.