pub type xmlShellCmd = Option<unsafe extern "C" fn(ctxt: xmlShellCtxtPtr, arg: *mut c_char, node: xmlNodePtr, node2: xmlNodePtr) -> c_int>;
Aliased Type§
pub enum xmlShellCmd {
None,
Some(unsafe extern "C" fn(*mut _xmlShellCtxt, *mut i8, *mut _xmlNode, *mut _xmlNode) -> i32),
}