pub unsafe extern "C" fn gtk_builder_value_from_string_type(
    builder: *mut GtkBuilder,
    type_: GType,
    string: *const c_char,
    value: *mut GValue,
    error: *mut *mut GError
) -> gboolean