pub fn node_unstake(
    ctx: Context<'_, '_, '_, '_, NodeUnstake<'_>>,
    amount: u64
) -> Result<()>