pub unsafe extern "C" fn webkit_web_view_load_html(
    web_view: *mut WebKitWebView,
    content: *const c_char,
    base_uri: *const c_char
)