SetImageInfoFile method

void SetImageInfoFile(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<FILE> arg1
)

Implementation

void SetImageInfoFile(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<FILE> arg1,
) {
  return _SetImageInfoFile(
    arg0,
    arg1,
  );
}