Type Alias attributeDeclSAXFunc

Source
pub type attributeDeclSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, elem: *const xmlChar, fullname: *const xmlChar, type_: c_int, def: c_int, defaultValue: *const xmlChar, tree: xmlEnumerationPtr)>;

Aliased Type§

pub enum attributeDeclSAXFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const u8, *const u8, i32, i32, *const u8, *mut _xmlEnumeration)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const u8, *const u8, i32, i32, *const u8, *mut _xmlEnumeration))

Some value of type T.