fixed context

This commit is contained in:
Dominik Maier
2021-11-09 16:19:27 +01:00
parent 3b0ce89a7a
commit 492779d7d4
2 changed files with 7 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ use std::{ffi::c_void, marker::PhantomData};
pub type uc_handle = *mut c_void;
pub type uc_hook = *mut c_void;
pub type uc_context = libc::size_t;
pub type uc_context = *mut c_void;
extern "C" {
pub fn uc_version(major: *mut u32, minor: *mut u32) -> u32;