pub unsafe extern "C" fn nghttp2_session_callbacks_set_on_stream_close_callback(
    cbs: *mut nghttp2_session_callbacks,
    on_stream_close_callback: nghttp2_on_stream_close_callback
)
Expand description

@function

Sets callback function invoked when the stream is closed.