union Cv16suf

#include <cvdef.h>

union Cv16suf
{
    // structs

    struct _fp16Format;

    // fields

    struct Cv16suf::_fp16Format fmt;
    short i;
};