#[no_mangle]
extern "C" fn ICU4XLineSegmenter_create_dictionary_with_options_v1(
    provider: &ICU4XDataProvider,
    options: ICU4XLineBreakOptionsV1,
) -> DiplomatResult<Box<ICU4XLineSegmenter>, ICU4XError>