pub unsafe extern "C" fn nghttp2_stream_get_next_sibling(
    stream: *mut nghttp2_stream
) -> *mut nghttp2_stream
Expand description

@function

Returns the next sibling stream of |stream| in dependency tree. Returns NULL if there is no such stream.