1use js_sys::Function; 2use wasm_bindgen::prelude::*; 3 4#[wasm_bindgen] 5extern "C" { 6 pub fn this_wrap(f: &Function) -> Function; 7}