pub fn new_mutex() -> *mut c_void
Create a simple mutex (upstream threads.h xmlNewMutex).
xmlNewMutex
Returns an opaque handle (free with xmlFreeMutex), or NULL on allocation failure.
xmlFreeMutex