[−][src]Type Definition libxslt::bindings::xmlOutputBufferCreateFilenameFunc
type xmlOutputBufferCreateFilenameFunc = Option<unsafe extern "C" fn(*const i8, *mut _xmlCharEncodingHandler, i32) -> *mut _xmlOutputBuffer>;
xmlOutputBufferCreateFilenameFunc: @URI: the URI to write to @enc: the requested target encoding
Signature for the function doing the lookup for a suitable output method corresponding to an URI.
Returns the new xmlOutputBufferPtr in case of success or NULL if no method was found.