pub unsafe fn SymDeleteSymbol<P2>( hprocess: HANDLE, baseofdll: u64, name: P2, address: u64, flags: u32, ) -> Result<()>where P2: Param<PCSTR>,