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