pub fn shape_set_user_data(world: &mut World, shape_id: ShapeId, user_data: u64)
(b3Shape_SetUserData) — Rust stores u64 instead of void*.
u64
void*