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