;; init and load lilv_world & lilv_plugins (bind-func lilv_init_world (lambda () (set! lilv_world (lilv_world_new)) (lilv_world_load_all lilv_world) (set! lilv_plugins (lilv_world_get_all_plugins lilv_world)) void))