ffi.Pointer<ffi.Char> get suboptarg => _suboptarg.value;
set suboptarg(ffi.Pointer<ffi.Char> value) =>_suboptarg.value = value;