pub unsafe extern "C" fn g_markup_parse_context_parse(
    context: *mut GMarkupParseContext,
    text: *const i8,
    text_len: isize,
    error: *mut *mut GError
) -> i32