pub unsafe extern "C" fn uc_mem_map_ptr(
    engine: uc_handle,
    address: u64,
    size: size_t,
    perms: u32,
    ptr: *mut c_void
) -> Error