Function windows::Win32::System::Diagnostics::Debug::FlushInstructionCache
pub unsafe fn FlushInstructionCache<P0>(
hprocess: P0,
lpbaseaddress: Option<*const c_void>,
dwsize: usize,
) -> Result<()>where
P0: Param<HANDLE>,