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