pub unsafe extern "C" fn furi_thread_set_stack_size(
    thread: *mut FuriThread,
    stack_size: usize
)
Expand description

Set FuriThread stack size

@param thread FuriThread instance @param stack_size stack size in bytes