pub unsafe extern "C" fn webkit_web_view_execute_editing_command_with_argument(
    web_view: *mut WebKitWebView,
    command: *const c_char,
    argument: *const c_char
)
Available on crate feature v2_10 only.