pub unsafe extern "C" fn tidyOptSetInt(
tdoc: TidyDoc,
optId: TidyOptionId,
val: ulong,
) -> BoolExpand description
Set option value as an integer. @result Returns a bool indicating success or failure.
pub unsafe extern "C" fn tidyOptSetInt(
tdoc: TidyDoc,
optId: TidyOptionId,
val: ulong,
) -> BoolSet option value as an integer. @result Returns a bool indicating success or failure.