Function gettimeofday

pub unsafe extern "C" fn gettimeofday(
    tp: *mut timeval,
    tz: *mut timezone,
) -> i32
Available on crate feature dep_sdl3 only.