struct jnc_FmtLiteral

struct jnc_FmtLiteral {
    // fields

    jnc_DataPtr m_ptr;
    size_t m_length;
    size_t m_maxLength;
};