pub fn assign_with_seed<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, AssignWithSeed<'info>>,
    seed: &str,
    owner: &Pubkey
) -> Result<()>