#[unsafe(no_mangle)]pub extern "C" fn pthread_equal( pthread1: pthread_t, pthread2: pthread_t, ) -> c_int
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_equal.html.