tagion_hibon_create

Create new hibon object

extern (C)
int
tagion_hibon_create

Parameters

instance HiBONT*

HiBONT struct which contains magic bytes

Return Value

Type: int

ErrorCode

Examples

HiBONT h;
int rt = tagion_hibon_create(&h);
assert(rt == ErrorCode.none, "could not create hibon");