pub unsafe fn SymInitializeW<P1>( hprocess: HANDLE, usersearchpath: P1, finvadeprocess: bool, ) -> Result<()>where P1: Param<PCWSTR>,