Function qpid_proton_sys::pn_data_put_string[][src]

pub unsafe extern "C" fn pn_data_put_string(
    data: *mut pn_data_t,
    string: *mut pn_bytes_t
) -> i64
Expand description

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