[][src]Type Definition libxslt::bindings::commentSAXFunc

type commentSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8)>;

commentSAXFunc: @ctx: the user data (XML parser context) @value: the comment content

A comment has been parsed.