pub type xmlInputCloseCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> c_int>;Expand description
Callback used in the I/O Input API to close the resource
@param context an Input context @returns 0 or -1 in case of error
Aliased Type§
pub enum xmlInputCloseCallback {
None,
Some(unsafe extern "C" fn(*mut c_void) -> i32),
}