Function windows::Win32::System::Memory::SetProcessValidCallTargetsForMappedView
pub unsafe fn SetProcessValidCallTargetsForMappedView<P0, P1>(
process: P0,
virtualaddress: *const c_void,
regionsize: usize,
offsetinformation: &mut [CFG_CALL_TARGET_INFO],
section: P1,
expectedfileoffset: u64,
) -> BOOL