write_to_fd function
Implementation
@ffi.Native<
ssize_t Function(ffi.Int, ffi.Pointer<ffi.UnsignedChar>, ffi.Size)
>()
external int write_to_fd(
int fd,
ffi.Pointer<ffi.UnsignedChar> buffer,
int count,
);
@ffi.Native<
ssize_t Function(ffi.Int, ffi.Pointer<ffi.UnsignedChar>, ffi.Size)
>()
external int write_to_fd(
int fd,
ffi.Pointer<ffi.UnsignedChar> buffer,
int count,
);