pub unsafe extern "C" fn pthread_kill(
    thread: pthread_t,
    sig: c_int
) -> c_int