pub fn init_threads() -> c_int
Initialize threading support.
int xmlInitThreads(void);
Returns 0 on success. In modern libxml2, this is called automatically by xmlInitParser.
xmlInitParser