op_ffi_cstr_read replacement now that deno.core.ops is gone?
The latest release removed Deno.core.ops, which a library of mine relied on to use
op_ffi_cstr_read to read Deno.PointerValue into a string. Is there an alternative?