Type Definition libxml::bindings::xmlOutputBufferCreateFilenameFunc [−][src]
type xmlOutputBufferCreateFilenameFunc = Option<unsafe extern "C" fn(URI: *const c_char, encoder: xmlCharEncodingHandlerPtr, compression: c_int) -> xmlOutputBufferPtr>;
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.