Function rustix::backend::time::syscalls::clock_settime

source ยท
pub(crate) fn clock_settime(
    which_clock: ClockId,
    timespec: Timespec,
) -> Result<()>