Function qpid_proton_sys::pn_data_put_binary[][src]

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

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