#[unsafe(no_mangle)]pub unsafe extern "C" fn tzset()Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tzset.html.
ยงSafety
The caller must ensure that daylight, timezone and tzname are
not accessed by user code for the duration of the call.