Function regorust::regoInputNull
source ยท pub unsafe extern "C" fn regoInputNull(
input: *mut regoInput,
) -> regoEnumExpand description
@brief Adds a null value to the input object. @param input The input object. @return REGO_OK if successful, REGO_ERROR otherwise.