Pthread에 인자 함수 넣어줄때
선언된 함수가

Void *thread_f (void *data)
{
    함수내용
}

이렇게 되는데 이러면 thread_f는 포인터인가요
아니면 함수인가요?