pub unsafe extern "C" fn regoInputSize( input: *mut regoInput, ) -> regoSize
@brief Returns the number of items on the Input stack. @param input The input object. @return The number of items on the input stack.