pub unsafe extern "C" fn nghttp2_session_callbacks_set_on_frame_send_callback(
    cbs: *mut nghttp2_session_callbacks,
    on_frame_send_callback: nghttp2_on_frame_send_callback
)
Expand description

@function

Sets callback function invoked after a frame is sent.