resolveEntitySAXFunc

Type Alias resolveEntitySAXFunc 

Source
pub type resolveEntitySAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, publicId: *const xmlChar, systemId: *const xmlChar) -> xmlParserInputPtr>;

Aliased Type§

pub enum resolveEntitySAXFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> *mut _xmlParserInput),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> *mut _xmlParserInput)

Some value of type T.