xmlAutomataNewTransition2

Function xmlAutomataNewTransition2 

Source
pub unsafe extern "C" fn xmlAutomataNewTransition2(
    am: xmlAutomataPtr,
    from: xmlAutomataStatePtr,
    to: xmlAutomataStatePtr,
    token: *const xmlChar,
    token2: *const xmlChar,
    data: *mut c_void,
) -> xmlAutomataStatePtr