data = LocalItemData(localItem);
D0 A0
APTR LocalItemData(struct LocalContextItem *);
Returns pointer to the user data associated with the given local context item. The size of the data area depends on the "dataSize" argument used when allocating this item. If the pointer to the item given (localItem) is NULL, this function returns NULL.
Currently, there is no way to determine the size of the user data area; you have to 'know'.