Function 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: u32,
) -> *mut TSTree