Function libxml::bindings::xmlRegisterInputCallbacks[][src]

pub unsafe extern "C" fn xmlRegisterInputCallbacks(
    matchFunc: xmlInputMatchCallback,
    openFunc: xmlInputOpenCallback,
    readFunc: xmlInputReadCallback,
    closeFunc: xmlInputCloseCallback
) -> c_int