pub unsafe extern "C" fn xmlMemSetup(
freeFunc: xmlFreeFunc,
mallocFunc: xmlMallocFunc,
reallocFunc: xmlReallocFunc,
strdupFunc: xmlStrdupFunc,
) -> c_intpub unsafe extern "C" fn xmlMemSetup(
freeFunc: xmlFreeFunc,
mallocFunc: xmlMallocFunc,
reallocFunc: xmlReallocFunc,
strdupFunc: xmlStrdupFunc,
) -> c_int