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

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

xmlStrdupFunc: @str: a zero terminated string

Signature for an strdup() implementation.

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