#[unsafe(no_mangle)]pub unsafe extern "C" fn gmtime_r(
timer: *const time_t,
result: *mut tm,
) -> *mut tmExpand description
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/gmtime.html.
ยงSafety
The caller is required to ensure that:
timeris a valid pointerresultis convertible to anOut<tm>.