GetCommandOptions method

Pointer<Pointer<Char>> GetCommandOptions(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Pointer<ffi.Char>> GetCommandOptions(
  int arg0,
) {
  return _GetCommandOptions(
    arg0,
  );
}