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

Function SymMatchFileName

pub unsafe fn SymMatchFileName<P0, P1>(
    filename: P0,
    match: P1,
    filenamestop: Option<*mut PSTR>,
    matchstop: Option<*mut PSTR>,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,