Function riot_sys::inline::coap_opt_get_string

source ยท
unsafe extern "C" fn coap_opt_get_string(
    pkt: *mut coap_pkt_t,
    optnum: uint16_t,
    target: *mut uint8_t,
    max_len: size_t,
    separator: c_char,
) -> ssize_t