pub unsafe extern "C" fn tidyGetNextOption(
    tdoc: TidyDoc,
    pos: *mut TidyIterator
) -> TidyOption
Expand description

Given a valid TidyIterator initiated with tidyGetOptionList(), returns the instance of the next TidyOption. @note This function will return internal-only option types including TidyInternalCategory; you should never use these. Always ensure that you use tidyOptGetCategory() before assuming that an option is okay to use in your application. @result An instance of TidyOption.