pub unsafe extern "system" fn SetProcessValidCallTargetsForMappedView(
    process: HANDLE,
    virtualaddress: *const c_void,
    regionsize: usize,
    numberofoffsets: u32,
    offsetinformation: *mut CFG_CALL_TARGET_INFO,
    section: HANDLE,
    expectedfileoffset: u64
) -> BOOL
Expand description

Required features: "Win32_System_Memory", "Win32_Foundation"