# sig/win32/process/helper.rbs class String def to_wide_string: () -> untyped def to_wide_string!: () -> untyped end # sig/win32/process.rbs module Process def create: () -> untyped def get_affinity: () -> untyped def get_exitcode: () -> untyped def get_heap_info: () -> untyped def get_module_info: () -> untyped def get_process_info: () -> untyped def get_thread_info: () -> untyped def getpriority: () -> untyped def getrlimit: () -> untyped def job?: () -> untyped def kill: () -> untyped def setpriority: () -> untyped def setrlimit: () -> untyped def snapshot: () -> untyped def uid: () -> untyped def volume_type: () -> untyped def windows_version: () -> untyped end # sig/win32/process/functions.rbs module Process::Functions::FFI::Library def attach_pfunc: () -> untyped end