Function tree_sitter_c2rust::ffi::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