pub type isStandaloneSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>;Expand description
isStandaloneSAXFunc: @ctx: the user data (XML parser context)
Is this document tagged standalone?
Returns 1 if true
Aliased Type§
enum isStandaloneSAXFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> i32),
}