[−][src]Type Definition libxslt::bindings::xmlOutputOpenCallback
type xmlOutputOpenCallback = Option<unsafe extern "C" fn(*const i8) -> *mut c_void>;
xmlOutputOpenCallback: @filename: the filename or URI
Callback used in the I/O Output API to open the resource
Returns an Output context or NULL in case or error