Function clock_settime

pub unsafe extern "C" fn clock_settime(
    clk_id: i32,
    tp: *const timespec,
) -> i32
Available on crate feature dep_sdl3 only.