#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlShellPwd(
_ctxt: *mut _xmlShellCtxt,
buffer: *mut c_char,
node: *mut _xmlNode,
_node2: *mut _xmlNode,
) -> c_intExpand description
int xmlShellPwd(xmlShellCtxtPtr ctxt, char *buffer, xmlNodePtr node, xmlNodePtr node2) — the shell “pwd” command: full path of node into
buffer (which must hold at least 500 chars).