pub fn timerfd_settime(
    fd: c_int,
    flags: c_int,
    new_value: &itimerspec
) -> Result<itimerspec>
Expand description