ffi.Pointer<FILE> fmemopen( ffi.Pointer<ffi.Void> __buf, int __size, ffi.Pointer<ffi.Char> __mode, ) { return _fmemopen(__buf, __size, __mode); }