pub unsafe extern "C" fn pthread_setname_np(
    thread: pthread_t,
    name: *const c_char
) -> c_int