pub unsafe extern "C" fn coap_split_query(
    s: *const u8,
    length: usize,
    buf: *mut c_uchar,
    buflen: *mut usize
) -> c_int