[][src]Function js_ffi::create_callback_3

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