Function SymFindFileInPath
pub unsafe fn SymFindFileInPath<P1, P2>(
hprocess: HANDLE,
searchpatha: P1,
filename: P2,
id: Option<*const c_void>,
two: u32,
three: u32,
flags: SYM_FIND_ID_OPTION,
foundfile: PSTR,
callback: PFINDFILEINPATHCALLBACK,
context: Option<*const c_void>,
) -> Result<()>where
P1: Param<PCSTR>,
P2: Param<PCSTR>,