pub unsafe extern "C" fn dispatch_source_set_timer(
source: dispatch_source_t,
start: dispatch_time_t,
interval: u64,
leeway: u64,
)Expand description
Apple SDK function dispatch_source_set_timer.
pub unsafe extern "C" fn dispatch_source_set_timer(
source: dispatch_source_t,
start: dispatch_time_t,
interval: u64,
leeway: u64,
)Apple SDK function dispatch_source_set_timer.