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