#[unsafe(no_mangle)]pub unsafe extern "C" fn execute_script( source: *const c_char, ) -> *const c_char
source must be a valid, NUL-terminated C string (the wasm/JS caller’s contract), or null.
source