[][src]Function libcoap_sys::coap_packet_get_memmapped

pub unsafe extern "C" fn coap_packet_get_memmapped(
    packet: *mut coap_packet_t,
    address: *mut *mut c_uchar,
    length: *mut usize
)

Given a packet, set msg and msg_len to an address and length of the packet's data in memory.