windows::Win32::System::Memory

Function SetProcessValidCallTargetsForMappedView

pub unsafe fn SetProcessValidCallTargetsForMappedView(
    process: HANDLE,
    virtualaddress: *const c_void,
    regionsize: usize,
    offsetinformation: &mut [CFG_CALL_TARGET_INFO],
    section: HANDLE,
    expectedfileoffset: u64,
) -> BOOL