单项选择题

A.void fun(ABC *this )
B.void fun(ABC *const this )
C.void fun(ABC this )
D.不做调整