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

Function SymMatchFileNameW

pub unsafe fn SymMatchFileNameW<P0, P1>(
    filename: P0,
    match: P1,
    filenamestop: Option<*mut PWSTR>,
    matchstop: Option<*mut PWSTR>,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,