(bind-func ai_matrix4_to_float (lambda (mat1:aiMatrix4x4* mat2:float*) (doloop (i 16) (pset! mat2 i (aref (convert mat1 |16,float|*) i)))))