fn assign(
    account: &mut BorrowedAccount<'_>,
    address: &Address,
    owner: &Pubkey,
    signers: &HashSet<Pubkey>,
    invoke_context: &InvokeContext<'_>
) -> Result<(), InstructionError>