pub unsafe extern "C" fn nghttp2_session_callbacks_set_on_frame_recv_callback(
cbs: *mut nghttp2_session_callbacks,
on_frame_recv_callback: nghttp2_on_frame_recv_callback
)Expand description
@function
Sets callback function invoked by nghttp2_session_recv() and
nghttp2_session_mem_recv() when a frame is received.