How can I use this function?

Public Declare Function NetUserChangePassword Lib "Netapi32.dll" (Domain As Any, User As Any, OldPass As Byte, NewPass As Byte) As Long

I have no isea for it because I don't know why the data type of OldPass and NewPass is Byte.