pub unsafe extern "C" fn tidyOptGetIdForName(
optnam: ctmbstr,
) -> TidyOptionIdExpand description
Returns the TidyOptionId (enum value) by providing the name of a Tidy
configuration option.
@param optnam The name of the option ID to retrieve.
@result The TidyOptionId of the given optname.