pub unsafe extern "C" fn jit_memcpy(
    dest: *mut c_void,
    src: *const c_void,
    len: c_uint
) -> *mut c_void