GetPolicyList method

Pointer<Pointer<Char>> GetPolicyList(
  1. Pointer<Char> arg0,
  2. Pointer<Size> arg1,
  3. Pointer<ExceptionInfo> arg2
)

Implementation

ffi.Pointer<ffi.Pointer<ffi.Char>> GetPolicyList(
  ffi.Pointer<ffi.Char> arg0,
  ffi.Pointer<ffi.Size> arg1,
  ffi.Pointer<ExceptionInfo> arg2,
) {
  return _GetPolicyList(
    arg0,
    arg1,
    arg2,
  );
}