open_memstream method
Implementation
ffi.Pointer<IO_FILE_> open_memstream(
ffi.Pointer<ffi.Pointer<ffi.Int8>> __bufloc,
ffi.Pointer<ffi.Int32> __sizeloc,
) {
return _open_memstream(
__bufloc,
__sizeloc,
);
}
ffi.Pointer<IO_FILE_> open_memstream(
ffi.Pointer<ffi.Pointer<ffi.Int8>> __bufloc,
ffi.Pointer<ffi.Int32> __sizeloc,
) {
return _open_memstream(
__bufloc,
__sizeloc,
);
}