GetImageInfoFile method

Pointer<FILE> GetImageInfoFile(
  1. Pointer<ImageInfo> arg0
)

Implementation

ffi.Pointer<FILE> GetImageInfoFile(
  ffi.Pointer<ImageInfo> arg0,
) {
  return _GetImageInfoFile(
    arg0,
  );
}