pub unsafe fn coap_opt_add_string(
    pkt: *mut coap_pkt_t,
    optnum: uint16_t,
    string: *const c_char,
    separator: c_char
) -> ssize_t