pub unsafe extern "C" fn adw_view_stack_add_titled_with_icon(
    self_: *mut AdwViewStack,
    child: *mut GtkWidget,
    name: *const c_char,
    title: *const c_char,
    icon_name: *const c_char
) -> *mut AdwViewStackPage
Available on crate feature v1_2 only.