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