Skip to main content

xmlOutputCloseCallback

Type Alias xmlOutputCloseCallback 

Source
pub type xmlOutputCloseCallback = unsafe extern "C" fn(context: *mut c_void) -> c_int;
Expand description

Close callback for custom output.

Returns 0 on success, -1 on error.