pub unsafe extern "C" fn wcsncpy(
    __dest: *mut wchar_t,
    __src: *const wchar_t,
    __n: size_t
) -> *mut wchar_t