pub unsafe extern "system" fn JsSetRuntimeMemoryAllocationCallback(
    runtime: *const c_void,
    callbackstate: *const c_void,
    allocationcallback: JsMemoryAllocationCallback,
) -> JsErrorCode