Function qpid_proton_sys::pn_data_put_symbol[][src]

pub unsafe extern "C" fn pn_data_put_symbol(
    data: *mut pn_data_t,
    symbol: *mut pn_bytes_t
) -> i32
Expand description

Puts a PN_SYMBOL value. The bytes referenced by the pn_bytes_t argument are copied and stored inside the pn_data_t object.