in shenyu-wasm-build/src/types.rs [48:52]
fn from(pointer: jptr) -> Self { Self { value: unsafe { Box::from_raw(pointer as *mut Kind) }, } }