Function windows::Win32::System::Diagnostics::Debug::MapAndLoad

pub unsafe fn MapAndLoad<P0, P1, P2, P3>(
    imagename: P0,
    dllpath: P1,
    loadedimage: *mut LOADED_IMAGE,
    dotdll: P2,
    readonly: P3,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<BOOL>, P3: Param<BOOL>,