LDC_PAYLOAD_SIZE_RAW
ldcp->pkt_payload = LDC_PAYLOAD_SIZE_RAW;
if (space < LDC_PAYLOAD_SIZE_RAW)
bcopy(msgbufp, target_bufp, LDC_PAYLOAD_SIZE_RAW);
*sizep = LDC_PAYLOAD_SIZE_RAW;
uint8_t _raw[LDC_PAYLOAD_SIZE_RAW];