setusershell function

void setusershell()

Implementation

void setusershell() {
  _setusershell ??= Libc()
      .dylib
      .lookupFunction<ffi.Void Function(), _dart_setusershell>('setusershell');
  return _setusershell!();
}