Skip to main content

xmlInitThreads

Function xmlInitThreads 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlInitThreads() -> c_int
Expand description

Initialize the library for threaded use (libxml2 compatibility)

§Safety

This function must be called before any other libxml2 functions in a threaded program.