pub unsafe extern "C" fn nghttp2_session_callbacks_set_recv_callback(
    cbs: *mut nghttp2_session_callbacks,
    recv_callback: nghttp2_recv_callback
)
Expand description

@function

Sets callback function invoked when the a session wants to receive data from the remote peer. This callback is not necessary if the application uses solely nghttp2_session_mem_recv() to process received data.