pub type xmlStrdupFunc = unsafe extern "C" fn(str: *const c_char) -> *mut c_void;
Strdup function type for allocator hooks.