pub fn xsltGetLastError() -> *mut c_voidExpand description
Get the last XSLT error message as a NUL-terminated heap string.
Returns a pointer to the last error message, or std::ptr::null_mut()
if no error has occurred. The caller frees with libc::free.