WriteMemoryResponse.M
type b = {
offset : int Interop.or_undefined;
bytesWritten : int Interop.or_undefined;
}
val b_of_js : Ojs.t -> b
val b_to_js : b -> Ojs.t
type body = b Interop.or_undefined
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t