Function windows::Win32::System::Diagnostics::Debug::SymGetOmaps

pub unsafe fn SymGetOmaps<P0>(
    hprocess: P0,
    baseofdll: u64,
    omapto: *mut *mut OMAP,
    comapto: *mut u64,
    omapfrom: *mut *mut OMAP,
    comapfrom: *mut u64,
) -> Result<()>
where P0: Param<HANDLE>,