[][src]Function callback::create_callback3

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