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