Function BindImageEx
pub unsafe fn BindImageEx<P1, P2, P3>(
flags: u32,
imagename: P1,
dllpath: P2,
symbolpath: P3,
statusroutine: PIMAGEHLP_STATUS_ROUTINE,
) -> Result<()>where
P1: Param<PCSTR>,
P2: Param<PCSTR>,
P3: Param<PCSTR>,