pub unsafe extern "C" fn js_malloc_rt(
    rt: *mut JSRuntime,
    size: u32
) -> *mut c_void