Function windows::Win32::System::Diagnostics::Debug::SymAddSourceStreamW

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