pub unsafe extern "system" fn SetProcessValidCallTargets(
    hprocess: HANDLE,
    virtualaddress: *const c_void,
    regionsize: usize,
    numberofoffsets: u32,
    offsetinformation: *mut CFG_CALL_TARGET_INFO
) -> BOOL
Expand description

Required features: "Win32_System_Memory", "Win32_Foundation"