pub type hasInternalSubsetSAXFunc = Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>;Expand description
SAX callback to get internal subset status.
@param ctx the user data (XML parser context) @returns 1 if true
Aliased Type§
pub enum hasInternalSubsetSAXFunc {
None,
Some(unsafe extern "C" fn(*mut c_void) -> i32),
}