int bone_setuserdata(BONEHANDLE bhnd, void *userdata)

Description
Allows the user to store a pointer to custom data.

Callback
None (returns immediately)

Notes
The function parameters are the BONEHANDLE and the pointer to store.  This allows users to store a pointer to additional data for each BONEHANDLE, which can later be retrieved using bone_getuserdata().  This can be very useful if you wish to store some additional data about the Bone instance.