pub unsafe extern "C" fn tidyOptSetInt(
tdoc: TidyDoc,
optId: TidyOptionId,
val: ulong,
) -> Bool
Expand 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,
) -> Bool
Set option value as an integer. @result Returns a bool indicating success or failure.