FileToBlob method

Pointer<Void> FileToBlob(
  1. Pointer<Char> arg0,
  2. int arg1,
  3. Pointer<Size> arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

ffi.Pointer<ffi.Void> FileToBlob(
  ffi.Pointer<ffi.Char> arg0,
  int arg1,
  ffi.Pointer<ffi.Size> arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _FileToBlob(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}