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

Function SymMatchStringW

pub unsafe fn SymMatchStringW<P0, P1>(
    string: P0,
    expression: P1,
    fcase: bool,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,