pub unsafe fn VirtualProtectFromApp( address: *const c_void, size: usize, newprotection: u32, oldprotection: *mut u32, ) -> Result<()>