Function raxb_libxml2_sys::xmlRegisterInputCallbacks

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