[][src]Function js_ffi::create_callback_2

pub fn create_callback_2(
    cb: impl FnMut(JSValue, JSValue) + Send + 'static
) -> JSFunction