Function flipperzero_sys::furi_thread_set_context
source · pub unsafe extern "C" fn furi_thread_set_context(
thread: *mut FuriThread,
context: *mut c_void
)Expand description
Set FuriThread context
Arguments
thread- FuriThread instancecontext- pointer to context for thread callback