Type Alias xmlParserInputBufferCreateFilenameFunc

Source
pub type xmlParserInputBufferCreateFilenameFunc = Option<unsafe extern "C" fn(URI: *const c_char, enc: xmlCharEncoding) -> xmlParserInputBufferPtr>;

Aliased Type§

pub enum xmlParserInputBufferCreateFilenameFunc {
    None,
    Some(unsafe extern "C" fn(*const i8, i32) -> *mut _xmlParserInputBuffer),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, i32) -> *mut _xmlParserInputBuffer)

Some value of type T.