[][src]Function callback::create_callback2

pub fn create_callback2(
    cb: Box<dyn Fn(JSValue, JSValue) + Send + 'static>
) -> JSValue