pub unsafe extern "C" fn webkit_dom_document_exec_command(
    self_: *mut WebKitDOMDocument,
    command: *const c_char,
    userInterface: gboolean,
    value: *const c_char
) -> gboolean