pub type VAALError = c_uint;Expand description
Enumeration of all errors provided by VAAL. Most functions will return a
VAALError with VAAL_SUCCESS being zero. A common usage pattern for client
code is to check for err using if (err) ... as any error condition will
return non-zero.