#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlShell(
doc: *mut _xmlDoc,
filename: *mut c_char,
input: xmlShellReadlineFunc,
output: *mut c_void,
)Expand description
void xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input, FILE *output) — the XML shell: an interactive loop allowing to load,
validate, view, modify and save a document.