Function windows::Win32::System::Diagnostics::Debug::FindExecutableImage

pub unsafe fn FindExecutableImage<P0, P1>(
    filename: P0,
    symbolpath: P1,
    imagefilepath: PSTR,
) -> Result<HANDLE>
where P0: Param<PCSTR>, P1: Param<PCSTR>,