pub fn thread_withdraw<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ThreadWithdraw<'info>>,
    _amount: u64
) -> Result<()>