[][src]Function callback::add_callback

pub fn add_callback<F>(cb: i32, f: Box<F>) where
    F: Fn(i32) + 'static,