Function tree_sitter_c2rust::core::ts_parser_parse_string

source ยท
#[no_mangle]
pub unsafe extern "C" fn ts_parser_parse_string(
    self_0: *mut TSParser,
    old_tree: *const TSTree,
    string: *const c_char,
    length: c_uint,
) -> *mut TSTree