GetDelegateCommands method

Pointer<Char> GetDelegateCommands(
  1. Pointer<DelegateInfo> arg0
)

Implementation

ffi.Pointer<ffi.Char> GetDelegateCommands(
  ffi.Pointer<DelegateInfo> arg0,
) {
  return _GetDelegateCommands(
    arg0,
  );
}