Function gmtime_r

pub unsafe extern "C" fn gmtime_r(
    time_p: *const i64,
    result: *mut tm,
) -> *mut tm
Available on crate feature dep_sdl3 only.