(bind-func gstring_zalloc (lambda (value) (let ((gv:GValue* (zalloc))) (g_value_init gv G_TYPE_STRING) (g_value_set_string gv value) gv)))