pub unsafe fn SetPortW<P0, P1>( pname: P0, pportname: P1, dwlevel: u32, pportinfo: *const u8, ) -> Result<()>where P0: Param<PCWSTR>, P1: Param<PCWSTR>,