#[unsafe(no_mangle)]pub unsafe extern "C" fn wcpcpy( d: *mut wchar_t, s: *const wchar_t, ) -> *mut wchar_t
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wcpcpy.html.