pub unsafe extern "C" fn nghttp2_option_del(
option: *mut nghttp2_option,
)
Expand description
@function
Frees any resources allocated for |option|. If |option| is
NULL
, this function does nothing.
pub unsafe extern "C" fn nghttp2_option_del(
option: *mut nghttp2_option,
)
@function
Frees any resources allocated for |option|. If |option| is
NULL
, this function does nothing.