Type Definition libxml::bindings::xmlStrdupFunc[][src]

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

xmlStrdupFunc: @str: a zero terminated string

Signature for an strdup() implementation.

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