void (*0)( ) :是一个返回值为void,参数为空的函数指针0。 (void (*)( ))0:把0转变成一个返回值为void,参数为空的函数指针。 * *(void (**)( ))0:在上句的基础上加*表示整个是一个返回值为void