在下列选项中,不正确的函数原型格式为(C )。
A. int Function(int a);
B.void Function (char);
C. int Function(a);
D.void int(double* a);