dispatch_source_set_timer

Function dispatch_source_set_timer 

Source
pub unsafe extern "C" fn dispatch_source_set_timer(
    source: dispatch_source_t,
    start: dispatch_time_t,
    interval: u64,
    leeway: u64,
)