TEST_PKT_BUF_LEN
if (!TEST_ptr(buf = OPENSSL_malloc(TEST_PKT_BUF_LEN)))
if (!TEST_true(WPACKET_init_static_len(&wpkt, buf, TEST_PKT_BUF_LEN, 0)))