pub unsafe extern "C" fn furi_timer_alloc(
    func: FuriTimerCallback,
    type_: FuriTimerType,
    context: *mut c_void
) -> *mut FuriTimer
Expand description

Allocate timer

@param[in] func The callback function @param[in] type The timer type @param context The callback context

@return The pointer to FuriTimer instance