extern "c" fn pthread_cond_timedwait(*c.T, *c.T, *const c.T) callconv(.C) c.T
cond: *c.T,
mutex: *c.T,
abstime: *const c.T,