pub unsafe fn gcoap_req_init(
    pdu: *mut coap_pkt_t,
    buf: *mut uint8_t,
    len: size_t,
    code: c_uint,
    path: *const c_char
) -> c_int