Function pthread_getcpuclockid

pub unsafe extern "C" fn pthread_getcpuclockid(
    thread: u64,
    clk_id: *mut i32,
) -> i32
Available on crate feature dep_sdl2 only.