(bind-func static set_amp_env_sustain (lambda (inst:i8* s:float) (let ((note (cref (cast inst [void]*) note_kernel [void]*)) (env (get_amp_env inst))) (aset! (ref env) 2 s) (cset! note amp_env env |4,float|) void)))