xlinkExtendedLinkSetFunk

Type Alias xlinkExtendedLinkSetFunk 

Source
pub type xlinkExtendedLinkSetFunk = Option<unsafe extern "C" fn(ctx: *mut c_void, node: xmlNodePtr, nbLocators: c_int, hrefs: *const xlinkHRef, roles: *const xlinkRole, nbTitles: c_int, titles: *const xlinkTitle, langs: *mut *const xmlChar)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.