pub unsafe extern "C" fn webkit_user_content_manager_register_script_message_handler_in_world(
    manager: *mut WebKitUserContentManager,
    name: *const c_char,
    world_name: *const c_char
) -> gboolean
Available on crate feature v2_22 only.