pub unsafe fn gcoap_req_send(
    buf: *const uint8_t,
    len: size_t,
    remote: *const sock_udp_ep_t,
    resp_handler: gcoap_resp_handler_t,
    context: *mut c_void
) -> ssize_t