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