Skip to main content

Callback

Type Alias Callback 

Source
pub type Callback = unsafe extern "C" fn(timer: *mut Timer, now: i64, arg: *mut c_void);