ProfileImage method
Implementation
int ProfileImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ffi.Void> arg2,
int arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _ProfileImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}