class Puppet::FFI::Windows::Structs::SERVICE_STATUS_PROCESS
docs.microsoft.com/en-us/windows/desktop/api/winsvc/ns-winsvc-_service_status_process typedef struct _SERVICE_STATUS_PROCESS {
DWORD dwServiceType; DWORD dwCurrentState; DWORD dwControlsAccepted; DWORD dwWin32ExitCode; DWORD dwServiceSpecificExitCode; DWORD dwCheckPoint; DWORD dwWaitHint; DWORD dwProcessId; DWORD dwServiceFlags;
} SERVICE_STATUS_PROCESS
, *LPSERVICE_STATUS_PROCESS;