Converts a single chunk to the target kind. Pure-TS code can only ever
implement the identity case (same kind in, same kind out) - a real
js<->native conversion needs FFI-capable pointer access and must be
supplied by a runtime-specific package (e.g. via bun:ffi).
Converts a single chunk to the target kind. Pure-TS code can only ever implement the identity case (same kind in, same kind out) - a real js<->native conversion needs FFI-capable pointer access and must be supplied by a runtime-specific package (e.g. via
bun:ffi).