ffi.Pointer<ffi.Void> aligned_alloc(int __alignment, int __size) { return _aligned_alloc(__alignment, __size); }