pub fn close_fiber( ctx: Context<'_, FiberClose<'_>>, fiber_index: u8, ) -> Result<()>
Closes a fiber from a thread via CPI to Fiber Program.