pub unsafe extern "system" fn VirtualProtectFromApp( address: *const c_void, size: usize, newprotection: u32, oldprotection: *mut u32, ) -> BOOL