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

Function SymAddSourceStreamA

pub unsafe fn SymAddSourceStreamA<P2>(
    hprocess: HANDLE,
    base: u64,
    streamfile: P2,
    buffer: Option<&[u8]>,
) -> BOOL
where P2: Param<PCSTR>,