pub unsafe extern "C" fn adw_about_window_add_legal_section(
    self_: *mut AdwAboutWindow,
    title: *const c_char,
    copyright: *const c_char,
    license_type: GtkLicense,
    license: *const c_char
)
Available on crate feature v1_2 only.