[][src]Function js_ffi::create_callback_4

pub fn create_callback_4(
    cb: Box<dyn FnMut(f64, f64, f64, f64) + 'static + Send>
) -> f64