pub unsafe extern "C" fn webkit_dom_dom_window_prompt(
    self_: *mut WebKitDOMDOMWindow,
    message: *const c_char,
    defaultValue: *const c_char
) -> *mut c_char
Available on crate feature v2_16 only.