pub unsafe extern "C" fn nghttp2_session_callbacks_set_on_frame_not_send_callback(
    cbs: *mut nghttp2_session_callbacks,
    on_frame_not_send_callback: nghttp2_on_frame_not_send_callback
)
Expand description

@function

Sets callback function invoked when a non-DATA frame is not sent because of an error.