dispatch_source_set_timer

Function dispatch_source_set_timer 

Source
pub unsafe extern "C" fn dispatch_source_set_timer(
    source: *const DispatchSource,
    start: DispatchTime,
    interval: u64,
    leeway: u64,
)