#[no_mangle]
extern "C" fn ICU4XLocaleDirectionality_create_with_expander(
    provider: &ICU4XDataProvider,
    expander: &ICU4XLocaleExpander,
) -> DiplomatResult<Box<ICU4XLocaleDirectionality>, ICU4XError>