Skip to main content

notationDeclSAXFunc

Type Alias notationDeclSAXFunc 

Source
pub type notationDeclSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, publicId: *const xmlChar, systemId: *const xmlChar);
Expand description

Callback for notation declaration.