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
where P0: IntoParam<HANDLE>, P1: IntoParam<HANDLE>,