#[no_mangle]
pub extern "C" fn wasm_frame_copy<'a>(
    frame: &wasm_frame_t<'a>
) -> Box<wasm_frame_t<'a>>