Function coap_split_query

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