pub unsafe extern "C" fn mmio_write_callback_proxy<D, F>(
uc: *mut uc_engine,
offset: u64,
size: u32,
value: u64,
user_data: *mut c_void,
)Expand description
ยงSafety
This function is unsafe because it dereferences the user_data pointer.