Function pthread_kill

Source
pub unsafe extern "C" fn pthread_kill(
    __pthread: pthread_t,
    __signal: c_int,
) -> c_int