pub unsafe fn coap_opt_add_uri_query(
    pkt: *mut coap_pkt_t,
    key: *const c_char,
    val: *const c_char
) -> ssize_t