setDocumentLocatorSAXFunc

Type Alias setDocumentLocatorSAXFunc 

Source
pub type setDocumentLocatorSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void, loc: xmlSAXLocatorPtr)>;

Aliased Type§

pub enum setDocumentLocatorSAXFunc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut _xmlSAXLocator)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut _xmlSAXLocator))

Some value of type T.