htmlCreatePushParserCtxt

Function htmlCreatePushParserCtxt 

Source
pub unsafe extern "C" fn htmlCreatePushParserCtxt(
    sax: htmlSAXHandlerPtr,
    user_data: *mut c_void,
    chunk: *const c_char,
    size: c_int,
    filename: *const c_char,
    enc: xmlCharEncoding,
) -> htmlParserCtxtPtr