Skip to main content

new_string

Function new_string 

Source
pub unsafe fn new_string(s: *const xmlChar) -> *mut _xmlXPathObject
Expand description

Build a string object (copies the value).

§SAFETY

  • s must be a valid NUL-terminated string or NULL.