pub unsafe extern "C" fn wcsftime(
    _Buffer: *mut wchar_t,
    _SizeInWords: size_t,
    _Format: *const wchar_t,
    _Tm: *const tm
) -> size_t