#[unsafe(no_mangle)]pub unsafe extern "C" fn newlocale( mask: c_int, locale: *const c_char, base: locale_t, ) -> locale_t
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/newlocale.html.