pub unsafe extern "C" fn dzl_preferences_add_page(
    self_: *mut DzlPreferences,
    page_name: *const c_char,
    title: *const c_char,
    priority: c_int
)