ffi.Pointer<ffi.Int8> get optarg => _optarg.value;
set optarg(ffi.Pointer<ffi.Int8> value) => _optarg.value = value;