Type Definition libxml::bindings::xmlStrdupFunc

source ·
pub type xmlStrdupFunc = Option<unsafe extern "C" fn(str: *const c_char) -> *mut c_char>;
Expand description

xmlStrdupFunc: @str: a zero terminated string

Signature for an strdup() implementation.

Returns the copy of the string or NULL in case of error.