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

Function SymMatchStringA

pub unsafe fn SymMatchStringA<P0, P1>(
    string: P0,
    expression: P1,
    fcase: bool,
) -> BOOL
where P0: Param<PCSTR>, P1: Param<PCSTR>,