unknown_retval Type (Scalar)

unknown.h

typedef unsigned short unknown_retval;

Type for unknown return values.

unknown_retval is a type which represents an unknown return value type. Since most functions return their values in the same register, it is logical to use this type, so you can test unknown functions with the least possible restrictions.