Skip to main content

xmlXPathWrapCString

Function xmlXPathWrapCString 

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

xmlXPathObjectPtr xmlXPathWrapCString(char *val).

§SAFETY

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