pub type notationDeclSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, publicId: *const xmlChar, systemId: *const xmlChar);
Callback for notation declaration.