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

@function

Returns the first child stream of |stream| in dependency tree. Returns NULL if there is no such stream.