Type Alias xmlHashCopier

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.