xmlHashScanner

Type Alias xmlHashScanner 

Source
pub type xmlHashScanner = Option<unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *const xmlChar)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.