Function windows::Win32::System::Diagnostics::Debug::SymFindExecutableImage

pub unsafe fn SymFindExecutableImage<P0, P1>(
    hprocess: P0,
    filename: P1,
    imagefilepath: PSTR,
    callback: PFIND_EXE_FILE_CALLBACK,
    callerdata: *const c_void,
) -> Result<HANDLE>
where P0: Param<HANDLE>, P1: Param<PCSTR>,