pub type xmlOutputCloseCallback = unsafe extern "C" fn(context: *mut c_void) -> c_int;
Close callback for custom output.
Returns 0 on success, -1 on error.