Function windows::Win32::System::Diagnostics::Debug::SymMatchString

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