Function windows::Win32::System::Diagnostics::Debug::SymSetContext

pub unsafe fn SymSetContext<P0>(
    hprocess: P0,
    stackframe: *const IMAGEHLP_STACK_FRAME,
    context: Option<*const c_void>
) -> Result<()>
where P0: Param<HANDLE>,