Function FindDebugInfoFileEx
pub unsafe fn FindDebugInfoFileEx<P0, P1>(
filename: P0,
symbolpath: P1,
debugfilepath: PSTR,
callback: PFIND_DEBUG_FILE_CALLBACK,
callerdata: Option<*const c_void>,
) -> Result<HANDLE>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,