pub unsafe extern "system" fn FindExecutableImageEx(
    filename: PCSTR,
    symbolpath: PCSTR,
    imagefilepath: PSTR,
    callback: PFIND_EXE_FILE_CALLBACK,
    callerdata: *const c_void
) -> HANDLE
Expand description

Required features: "Win32_Foundation"