Function windows::Win32::System::Diagnostics::Debug::BindImageEx

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