pub unsafe extern "system" fn FlushInstructionCache(
    hprocess: HANDLE,
    lpbaseaddress: *const c_void,
    dwsize: usize
) -> BOOL
Expand description

Required features: ‘Win32_System_Diagnostics_Debug’, ‘Win32_Foundation’