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

type xmlInputCloseCallback = Option<unsafe extern "C" fn(*mut c_void) -> i32>;

xmlInputCloseCallback: @context: an Input context

Callback used in the I/O Input API to close the resource

Returns 0 or -1 in case of error