pub unsafe extern "C" fn soup_server_add_early_handler(
server: *mut SoupServer,
path: *const c_char,
callback: SoupServerCallback,
user_data: gpointer,
destroy: GDestroyNotify,
)
Available on crate feature
v2_50
only.