 void main(void)
{
HUGE_STRUCTURE

func1 (*HUGE_STRUCTURE)

}

void func1 (*struct)
{
func2 (*struct);
}