#[no_mangle]
extern "C" fn ICU4XScriptWithExtensions_iter_ranges_for_script<'a>(
    this: &'a ICU4XScriptWithExtensions,
    script: u16,
) -> Box<CodePointRangeIterator<'a>>