Function windows_sys::Win32::System::Diagnostics::Debug::SymGetOmaps

pub unsafe extern "system" fn SymGetOmaps(
    hprocess: HANDLE,
    baseofdll: u64,
    omapto: *mut *mut OMAP,
    comapto: *mut u64,
    omapfrom: *mut *mut OMAP,
    comapfrom: *mut u64,
) -> BOOL