pub unsafe fn OpenSCManagerW<P0, P1>( lpmachinename: P0, lpdatabasename: P1, dwdesiredaccess: u32, ) -> Result<SC_HANDLE>where P0: Param<PCWSTR>, P1: Param<PCWSTR>,