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