Function windows::Win32::System::Diagnostics::Debug::SymMatchStringW

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