mmmm, I need the memory position (pointer) of the first byte is the same if I have a Int or a long, the first byte is the same in 2 variable types.
How can I pass a pointer (just a pointer) of this variable.
The other option is make a new function to each variable type, but is a lot of redundant code.
Thanks.