pub unsafe extern "C" fn xmlParserInputBufferCreateMem(
    mem: *const c_char,
    size: c_int,
    enc: xmlCharEncoding
) -> xmlParserInputBufferPtr