pub unsafe extern "C" fn timer_settime(
    timerid: *mut c_void,
    flags: i32,
    new_value: *const itimerspec,
    old_value: *mut itimerspec
) -> i32