Skip to main content

xmlStrdupFunc

Type Alias xmlStrdupFunc 

Source
pub type xmlStrdupFunc = unsafe extern "C" fn(str: *const c_char) -> *mut c_void;
Expand description

Strdup function type for allocator hooks.