GetDelegateInfo method
Implementation
ffi.Pointer<DelegateInfo> GetDelegateInfo(
ffi.Pointer<ffi.Char> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ExceptionInfo> exception,
) {
return _GetDelegateInfo(
arg0,
arg1,
exception,
);
}