Skip to main content

xmlXPathWrapString

Function xmlXPathWrapString 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathWrapString( val: *mut xmlChar, ) -> *mut _xmlXPathObject
Expand description

xmlXPathObjectPtr xmlXPathWrapString(xmlChar *val) โ€” wraps a string, TAKING OWNERSHIP of val.

ยงSAFETY

  • val must be a heap-allocated NUL-terminated string or NULL.