Function windows::Win32::System::Diagnostics::Debug::SymSetScopeFromIndex
pub unsafe fn SymSetScopeFromIndex<P0>(
hprocess: P0,
baseofdll: u64,
index: u32,
) -> Result<()>where
P0: Param<HANDLE>,