GetMagicInfo method
Pointer<MagicInfo>
GetMagicInfo(
- Pointer<
UnsignedChar> arg0, - int arg1,
- Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<MagicInfo> GetMagicInfo(
ffi.Pointer<ffi.UnsignedChar> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _GetMagicInfo(
arg0,
arg1,
arg2,
);
}