ProfileImage method

int ProfileImage(
  1. Pointer<Image> arg0,
  2. Pointer<Char> arg1,
  3. Pointer<Void> arg2,
  4. int arg3,
  5. Pointer<ExceptionInfo> arg4,
)

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,
  );
}