(bind-func gint64_alloc (lambda (value) (let ((gv:GValue* (alloc))) (g_value_init gv G_TYPE_INT64) (g_value_set_int64 gv value) gv)))