windows::Win32::System::Diagnostics::Debug

Function SymAddSourceStreamW

pub unsafe fn SymAddSourceStreamW<P2>(
    hprocess: HANDLE,
    base: u64,
    filespec: P2,
    buffer: Option<&[u8]>,
) -> Result<()>
where P2: Param<PCWSTR>,