Skip to main content

__xmlRealloc

Function __xmlRealloc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn __xmlRealloc() -> *mut xmlReallocFunc
Expand description

Upstream xmlReallocFunc *__xmlRealloc(void).

ยงSafety

  • The returned pointer is the address of the exported xmlRealloc variable; it stays valid for the process lifetime.