AddFunction
Add a new function.
参数
arg1
The type name of the function.
arg2
The return type.
[arg3]
Calling convention, choose between cdecl
, stdcall
, thiscall
and delphi
.
[arg4]
Set to nonzero to mark this function as noreturn
.
结果
此命令不会设置任何结果变量。