Function regorust::regoFreeInput
source ยท pub unsafe extern "C" fn regoFreeInput(input: *mut regoInput)Expand description
@brief Frees a Rego Input object. @note This pointer must have been allocated with ::regoNewInput. @param input The input object to free.