pub unsafe extern "C" fn webkit_dom_dom_selection_modify(
    self_: *mut WebKitDOMDOMSelection,
    alter: *const c_char,
    direction: *const c_char,
    granularity: *const c_char
)
Available on crate feature v2_16 only.