Function icu_capi::locale::ffi::ICU4XLocale_create_from_string

source ยท
#[no_mangle]
extern "C" fn ICU4XLocale_create_from_string(
    name_diplomat_data: *const u8,
    name_diplomat_len: usize,
) -> DiplomatResult<Box<ICU4XLocale>, ICU4XError>