int rlGetLocationAttrib(int shaderId, String attribName) => ffi.using((arena) { return raylib.rlGetLocationAttrib( shaderId, attribName.toNativeUtf8(allocator: arena).cast(), ); });