#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlInitParser()Expand description
Initialize the library (libxml2 compatibility)
§Safety
This function must be called before any other libxml2 functions. It is not thread-safe to call concurrently with other libxml2 functions.