Type Alias xmlShellCmd

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _xmlShellCtxt, *mut i8, *mut _xmlNode, *mut _xmlNode) -> i32)

Some value of type T.