Type Definition libxml::bindings::xmlOutputOpenCallback [−][src]
type xmlOutputOpenCallback = Option<unsafe extern "C" fn(filename: *const c_char) -> *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