#[no_mangle]
pub unsafe extern "C" fn ts_parser_set_included_ranges(
    self_0: *mut TSParser,
    ranges: *const TSRange,
    count: c_uint
) -> bool